Remote Procedure Call

英 [rɪˈməʊt prəˈsiːdʒə(r) kɔːl] 美 [rɪˈmoʊt prəˈsiːdʒər kɔːl]

网络  远程过程调用; 远程调用; 服务; 远程过程调用中间件; 远端程序呼叫

计算机



双语例句

  1. GWT abstracts this communication process behind its own remote procedure call ( RPC) mechanism.
    GWT在自己的远程过程调用(remoteprocedurecall,RPC)机制背后抽象这个通信过程。
  2. The core abstraction in REST is a remote resource instead of a remote procedure call.
    REST的核心抽象是远程资源而不是远程过程调用。
  3. GWT allows you to easily access server-side servlets by using Remote Procedure Calls ( RPCs).
    GWT允许使用远端过程调用(RemoteProcedureCall,RPC)轻松访问服务器端servlet。
  4. This is a remote procedure call that uses HTTP as the transport and XML as the encoding.
    这是使用HTTP作为传输协议和使用XML作为编码方式的远程过程调用。
  5. At its core, JAX-RPC defines and uses an XML-based remote procedure call mechanism.
    就其本质而言,JAX-RPC定义并使用了一种基于XML的远程过程调用机制。
  6. These both rely on the Remote Procedure Call ( RPC) protocol to share information across the network.
    这两个服务都依赖于远程过程调用(RemoteProcedureCall,RPC)协议,以便在整个网络的范围内共享信息。
  7. In a RPC-literal style, a service consumer invokes a Web service as a remote procedure call.
    在RPC-literal样式中,服务使用者会将Web服务作为远程过程调用进行调用。
  8. CORBA is a powerful, standardized remote procedure call specification.
    CORBA是一个强大的、标准化的远程过程调用规范。
  9. Stub files act as an interface between the application and the RPC runtime library during a remote procedure call.
    stub文件在远程过程调用期间作为应用程序和RPC运行时库之间的接口。
  10. Once a procedure is selected from the I/ O request, it is performed within the remote procedure call ( RPC) layer.
    一旦从I/O请求中选择了程序,它会在远程程序调用(RPC)层中执行。
  11. Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
    每个方法都提供了一个回调对象,这样就可以在完成远程过程调用后收到异步通知。
  12. In an SOA, a service call looks like a remote procedure call ( RPC).
    在一个SOA中,一个服务调用看起来就像是一个远程过程调用(remoteprocedurecall,RPC)。
  13. It runs on the server side and the client code calls it via a remote procedure call.
    它运行在服务器端,并且客户机代码通过一个远程过程调用来调用它。
  14. This is done in the starter project in the callback handler to the remote procedure call to the server.
    这是在服务器远程过程调用的回调处理器中的starter项目中完成。
  15. This is the operating semantic that all remote procedure call ( RPC) mechanism implement since this is the standard function-call semantic in procedural and object-oriented programming languages.
    这是所有的远程过程调用(RPC)机制实现的操作语义,因为它是在过程性编程语言和面向对象的编程语言中的标准函数调用语义。
  16. This is called a remote procedure call ( RPC) and forms the basis for RPC programming.
    这称为远程过程调用(RPC),是RPC编程的基础。
  17. Remote Procedure Calls ( RPC) are not a new concept.
    远程过程调用(RemoteProcedureCall,RPC)并不是一个新的概念。
  18. KDE's remote procedure call implementation is DCOP.
    KDE的远程过程调用实现是DCOP。
  19. JSON-RPC is a remote procedure call protocol that uses JSON to encode and marshal arguments and return types.
    JSON-RPC是一种远程过程调用协议,它使用JSON对参数和返回值进行编码和编组。
  20. In WSDL definition, there are two message binding styles: document and Remote Procedure Call ( RPC).
    在WSDL定义中,存在两种消息绑定样式:Document和远程过程调用(RemoteProcedureCall,RPC)。
  21. A cursor variable cannot be used as a parameter to a remote procedure call.
    游标变量不能用作远程过程调用的参数。
  22. An internal error occurred in a remote procedure call ( RPC).
    远程过程调用(RPC)中发生内部错误。
  23. The replication remote procedure call was cancelled.
    取消了复制远程过程呼叫。
  24. A null context handle was passed from the client to the host during a remote procedure call.
    在远程过程调用时,将空的上下文句柄从客户端传递到主机。
  25. A remote procedure call is already in progress for this thread.
    此线程的远程过程调用已在进行中。
  26. A communications failure occurred during a remote procedure call.
    在远程过程调用过程中通信失败。
  27. Installing Remote Procedure Call Configuration service.
    正在安装远程过程调用配置服务。
  28. Invalid asynchronous remote procedure call handle.
    无效的异步远程过程调用句柄。
  29. Information about output parameters of previously executed remote procedure call.
    有关先前执行的远程过程调用的输出参数的信息。
  30. Remote Procedure Call: each of two systems expose services that the other can call.
    远程过程调用:两个系统都暴露另一个能调用的服务。